home *** CD-ROM | disk | FTP | other *** search
/ Freelog 22 / freelog 22.iso / Prog / Djgpp / MAK3791B.ZIP / info / make.info < prev   
Encoding:
GNU Info File  |  2000-07-14  |  5.0 KB  |  182 lines

  1. This is make.info, produced by makeinfo version 4.0 from make.texinfo.
  2.  
  3. INFO-DIR-SECTION GNU Packages
  4. START-INFO-DIR-ENTRY
  5. * Make: (make).            Remake files automatically.
  6. END-INFO-DIR-ENTRY
  7.  
  8.    This file documents the GNU Make utility, which determines
  9. automatically which pieces of a large program need to be recompiled,
  10. and issues the commands to recompile them.
  11.  
  12.    This is Edition 0.55, last updated 04 April 2000, of `The GNU Make
  13. Manual', for `make', Version 3.79.
  14.  
  15.    Copyright (C) 1988, '89, '90, '91, '92, '93, '94, '95, '96, '97,
  16. '98, '99, 2000         Free Software Foundation, Inc.
  17.  
  18.    Permission is granted to make and distribute verbatim copies of this
  19. manual provided the copyright notice and this permission notice are
  20. preserved on all copies.
  21.  
  22.    Permission is granted to copy and distribute modified versions of
  23. this manual under the conditions for verbatim copying, provided that
  24. the entire resulting derived work is distributed under the terms of a
  25. permission notice identical to this one.
  26.  
  27.    Permission is granted to copy and distribute translations of this
  28. manual into another language, under the above conditions for modified
  29. versions, except that this permission notice may be stated in a
  30. translation approved by the Free Software Foundation.
  31.  
  32. 
  33. Indirect:
  34. make.i1: 1276
  35. make.i2: 48780
  36. make.i3: 98679
  37. make.i4: 144458
  38. make.i5: 192424
  39. make.i6: 239609
  40. make.i7: 288768
  41. make.i8: 329055
  42. make.i9: 369752
  43. make.i10: 413312
  44. 
  45. Tag Table:
  46. (Indirect)
  47. Node: Top1276
  48. Node: Overview12627
  49. Node: Preparing13634
  50. Node: Reading14589
  51. Node: Bugs15511
  52. Node: Introduction16804
  53. Node: Rule Introduction18391
  54. Node: Simple Makefile20109
  55. Node: How Make Works23733
  56. Node: Variables Simplify26224
  57. Node: make Deduces28430
  58. Node: Combine By Prerequisite30181
  59. Node: Cleanup31215
  60. Node: Makefiles32629
  61. Node: Makefile Contents33384
  62. Node: Makefile Names35687
  63. Node: Include37289
  64. Ref: Include-Footnote-140846
  65. Node: MAKEFILES Variable40980
  66. Node: Remaking Makefiles42481
  67. Node: Overriding Makefiles46727
  68. Node: Reading Makefiles48780
  69. Node: Rules51311
  70. Node: Rule Example53912
  71. Node: Rule Syntax54750
  72. Node: Wildcards56965
  73. Node: Wildcard Examples58645
  74. Node: Wildcard Pitfall59883
  75. Node: Wildcard Function61668
  76. Node: Directory Search63448
  77. Node: General Search64585
  78. Node: Selective Search66295
  79. Node: Search Algorithm69274
  80. Node: Commands/Search71784
  81. Node: Implicit/Search73132
  82. Node: Libraries/Search74067
  83. Node: Phony Targets76152
  84. Node: Force Targets81058
  85. Node: Empty Targets82098
  86. Node: Special Targets83399
  87. Node: Multiple Targets88636
  88. Node: Multiple Rules90508
  89. Node: Static Pattern92603
  90. Node: Static Usage93248
  91. Node: Static versus Implicit96946
  92. Node: Double-Colon98679
  93. Node: Automatic Prerequisites100213
  94. Node: Commands104344
  95. Node: Echoing106036
  96. Node: Execution107300
  97. Ref: Execution-Footnote-1111729
  98. Node: Parallel111875
  99. Node: Errors115461
  100. Node: Interrupts119098
  101. Node: Recursion120680
  102. Node: MAKE Variable122409
  103. Node: Variables/Recursion124373
  104. Node: Options/Recursion129336
  105. Node: -w Option134492
  106. Node: Sequences135478
  107. Node: Empty Commands138482
  108. Node: Using Variables139651
  109. Node: Reference142913
  110. Node: Flavors144458
  111. Node: Advanced150245
  112. Node: Substitution Refs150745
  113. Node: Computed Names152272
  114. Node: Values156842
  115. Node: Setting157759
  116. Node: Appending159800
  117. Node: Override Directive163718
  118. Node: Defining165097
  119. Node: Environment167095
  120. Node: Target-specific169370
  121. Node: Pattern-specific171769
  122. Node: Conditionals172964
  123. Node: Conditional Example173673
  124. Node: Conditional Syntax176239
  125. Node: Testing Flags180984
  126. Node: Functions182081
  127. Node: Syntax of Functions183275
  128. Node: Text Functions185451
  129. Node: File Name Functions192424
  130. Node: Foreach Function198129
  131. Node: If Function201332
  132. Node: Call Function202603
  133. Node: Origin Function205488
  134. Node: Shell Function208710
  135. Node: Make Control Functions210263
  136. Node: Running211696
  137. Node: Makefile Arguments213684
  138. Node: Goals214379
  139. Node: Instead of Execution218937
  140. Node: Avoiding Compilation222218
  141. Node: Overriding224119
  142. Node: Testing226407
  143. Node: Options Summary228287
  144. Node: Implicit Rules237463
  145. Node: Using Implicit239609
  146. Node: Catalogue of Rules243117
  147. Node: Implicit Variables252109
  148. Node: Chained Rules256338
  149. Node: Pattern Rules260340
  150. Node: Pattern Intro261869
  151. Node: Pattern Examples264698
  152. Node: Automatic266497
  153. Node: Pattern Match272807
  154. Node: Match-Anything Rules274421
  155. Node: Canceling Rules278285
  156. Node: Last Resort278990
  157. Node: Suffix Rules280830
  158. Node: Implicit Rule Search284552
  159. Node: Archives288073
  160. Node: Archive Members288768
  161. Node: Archive Update290350
  162. Node: Archive Symbols292266
  163. Node: Archive Pitfalls293466
  164. Node: Archive Suffix Rules294182
  165. Node: Features295722
  166. Node: Missing304304
  167. Node: Makefile Conventions308651
  168. Node: Makefile Basics309392
  169. Node: Utilities in Makefiles312556
  170. Node: Command Variables314687
  171. Node: Directory Variables318183
  172. Node: Standard Targets329055
  173. Ref: Standard Targets-Footnote-1339500
  174. Node: Install Command Categories339600
  175. Node: Quick Reference344168
  176. Node: Error Messages353606
  177. Node: Complex Makefile361086
  178. Node: Concept Index369752
  179. Node: Name Index413312
  180. 
  181. End Tag Table
  182.